Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: in DataUpload, commented unused function & added docs #132

Merged
merged 9 commits into from
Feb 5, 2025

Conversation

Tylody
Copy link
Contributor

@Tylody Tylody commented Nov 15, 2024

documented exitState, can_upload, initSuccess

documented exitState, can_upload, initSuccess
@Tylody Tylody linked an issue Nov 15, 2024 that may be closed by this pull request
6 tasks
@Tylody
Copy link
Contributor Author

Tylody commented Nov 15, 2024

lastConnectTime has no uses outside of this header file. Should I add a commit to remove lastConnectTime, or simply add documentation for it?

@Tylody Tylody self-assigned this Nov 15, 2024
@Tylody Tylody requested a review from ntlhui November 15, 2024 06:14
src/cellular/dataUpload.hpp Outdated Show resolved Hide resolved
src/cellular/dataUpload.hpp Outdated Show resolved Hide resolved
src/cellular/dataUpload.hpp Outdated Show resolved Hide resolved
src/cellular/dataUpload.hpp Outdated Show resolved Hide resolved
documented initSuccess, and canUpload
commented out exitState (unused function)
@Tylody Tylody changed the title docs: added documentation to private members of class DataUpload fix: in DataUpload, commented unused function & added docs Nov 22, 2024
@Tylody Tylody requested a review from ntlhui November 22, 2024 06:42
src/cellular/dataUpload.cpp Show resolved Hide resolved
src/cellular/dataUpload.hpp Outdated Show resolved Hide resolved
src/cellular/dataUpload.hpp Outdated Show resolved Hide resolved
@Tylody Tylody enabled auto-merge November 22, 2024 18:27
dataupload returns if data upload is possible, if we should go to
redeployment, or sleep, depending on if the recorder has data, if we are
connected to cloud services, if we are in water, and if battery has
sufficient voltage. illustrated in the docs via a truth table.
@Tylody Tylody requested a review from ntlhui January 10, 2025 08:15
@ntlhui
Copy link
Contributor

ntlhui commented Jan 10, 2025

This is not ready for review - please resolve merge conflicts before requesting review.

src/cellular/dataUpload.hpp Outdated Show resolved Hide resolved
@Tylody Tylody requested a review from ntlhui January 12, 2025 07:14
src/cellular/dataUpload.hpp Outdated Show resolved Hide resolved
@ntlhui ntlhui assigned Tylody and ntlhui and unassigned Tylody Jan 27, 2025
@ntlhui ntlhui disabled auto-merge February 5, 2025 18:33
@ntlhui ntlhui merged commit 777380a into main Feb 5, 2025
3 checks passed
@ntlhui ntlhui deleted the 90-docs-data-upload branch February 5, 2025 18:33
@ucsd-e4e-role
Copy link
Contributor

🎉 This PR is included in version 3.6.2 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

docs: Data Upload
3 participants